home *** CD-ROM | disk | FTP | other *** search
/ Computer Life 1997 February / Computer Life February 1997.iso / S / wws9530 / Product / WORDSRCH.EXE / 0 / RCDATA / TREGNOTICE / TREGNOTICE.txt
Text File  |  1996-03-09  |  2KB  |  95 lines

  1. object RegNotice: TRegNotice
  2.   Left = 391
  3.   Top = 117
  4.   BorderStyle = bsDialog
  5.   Caption = 'Notice'
  6.   ClientHeight = 240
  7.   ClientWidth = 571
  8.   Font.Color = clBlack
  9.   Font.Height = -17
  10.   Font.Name = 'Arial'
  11.   Font.Style = []
  12.   PixelsPerInch = 120
  13.   Position = poScreenCenter
  14.   Scaled = False
  15.   OnShow = FormShow
  16.   TextHeight = 19
  17.   object Label1: TLabel
  18.     Left = 24
  19.     Top = 92
  20.     Width = 525
  21.     Height = 27
  22.     Alignment = taCenter
  23.     AutoSize = False
  24.     Caption = 'Over 300 word puzzles'
  25.     Font.Color = clBlack
  26.     Font.Height = -18
  27.     Font.Name = 'Arial'
  28.     Font.Style = [fsBold]
  29.     ParentFont = False
  30.   end
  31.   object Label3: TLabel
  32.     Left = 24
  33.     Top = 128
  34.     Width = 525
  35.     Height = 27
  36.     Alignment = taCenter
  37.     AutoSize = False
  38.     Caption = 'Over 20 fun congratulatory sounds'
  39.     Font.Color = clBlack
  40.     Font.Height = -18
  41.     Font.Name = 'Arial'
  42.     Font.Style = [fsBold]
  43.     ParentFont = False
  44.   end
  45.   object Label4: TLabel
  46.     Left = 24
  47.     Top = 164
  48.     Width = 525
  49.     Height = 27
  50.     Alignment = taCenter
  51.     AutoSize = False
  52.     Caption = '100,000 word American & British dictionaries'
  53.     Font.Color = clBlack
  54.     Font.Height = -18
  55.     Font.Name = 'Arial'
  56.     Font.Style = [fsBold]
  57.     ParentFont = False
  58.     ShowAccelChar = False
  59.   end
  60.   object Panel1: TPanel
  61.     Left = 8
  62.     Top = 8
  63.     Width = 557
  64.     Height = 73
  65.     BevelWidth = 2
  66.     Color = clNavy
  67.     TabOrder = 0
  68.     object Label2: TLabel
  69.       Left = 8
  70.       Top = 8
  71.       Width = 537
  72.       Height = 57
  73.       Alignment = taCenter
  74.       AutoSize = False
  75.       Caption = 
  76.         'The following additional features are contained in the registere' +
  77.         'd version of Word Search Rampage.'
  78.       Font.Color = clWhite
  79.       Font.Height = -20
  80.       Font.Name = 'Arial'
  81.       Font.Style = [fsBold]
  82.       ParentFont = False
  83.     end
  84.   end
  85.   object OkButton: TButton
  86.     Left = 244
  87.     Top = 199
  88.     Width = 89
  89.     Height = 33
  90.     Caption = '&Ok'
  91.     TabOrder = 1
  92.     OnClick = OkButtonClick
  93.   end
  94. end
  95.